|
DX11 SET VIEW MATRIX
Overrides the default view matrix of the given camera with the provided, custom matrix.
Take note that this replaces the default view matrix and as such, all built-in functions that alter the view (position, rotation, etc.)
of this camera will no longer have any effect on what it draws after calling this function.
DX11 SET VIEW MATRIX camera, matrix
camera Dword The camera to override the view matrix of.
matrix Dword The new view matrix to set for the given camera.
This function does not return a value.
CAMERA Functions Menu
DX11 Function Categories
|